home *** CD-ROM | disk | FTP | other *** search
/ Network CD 2 / Network CD - Volume 2.iso / programs / internet / tcp / clients / napsaterm3.8b.lha / src.lha / src / tel_subneg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-14  |  447 b   |  21 lines

  1. /*
  2.  * $Id: tel_subneg.h,v 3.1 1994/05/14 14:17:07 ppessi Exp $
  3.  *
  4.  * Author: Tomi Ollila <too@cs.hut.fi>
  5.  *
  6.  * Copyright © 1993, 1994   AmiTCP/IP Group, <amitcp-group@hut.fi>
  7.  *                Helsinki University of Technology, Finland.
  8.  *                All rights reserved.
  9.  *
  10.  * Created: Thu Apr  7 18:48:07 1994 too
  11.  * Last modified: Wed May 11 15:32:28 1994 too
  12.  */
  13.  
  14. #ifndef TEL_SUBNEG_H
  15. #define TEL_SUBNEG_H
  16.  
  17. int subneg(u_char c);
  18.  
  19. #endif /* TEL_SUBNEG_H */
  20.  
  21.